Version

SortedListView<T> Class Members

The following tables list the members exposed by SortedListView<T>.

Public Constructors
 NameDescription
Public ConstructorSortedListView<T> ConstructorConstructs an instance of a SortedListView  
Public Properties
 NameDescription
Public PropertyCountReturns the count of the items in the view.  
Public PropertyIsFixedSizeReturns if the view has a fixed size.  
Public PropertyIsReadOnlyReturns if the view is read only.  
Public PropertyIsSynchronizedReturns whether the collection is synchronized.  
Public PropertyItemGets or sets the item at the specified index.  
Public PropertySyncRootReturns the synchronization root to use to synchronize the collection.  
Public Methods
 NameDescription
Public MethodAddAdds and item to the collection.  
Public MethodClearClears the collection.  
Public MethodContainsDetermines if the collection contains the provided item.  
Public MethodCopyToCopies the collection to an array.  
Public MethodGetEnumeratorGets the enumerator for iterating through the collection.  
Public MethodIndexOfReturns the index of the provided value in the collection.  
Public MethodInsertInserts the item at the specified index.  
Public MethodRemoveRemoves the specified value from the collection.  
Public MethodRemoveAtRemoves the item at the specified index.  
See Also